home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5UTL004.TIP < prev    next >
Text File  |  1993-06-01  |  1KB  |  34 lines

  1. Many users have noted that DOS's ECHO utility doesn't allow
  2. you to echo certain characters, such as the redirection
  3. symbols > and <, without enclosing them in double quotes
  4. [see PC World, October 1991]. I have written a simple
  5. utility, which I call ECHO!, that takes a string enclosed
  6. between any two identical delimiter characters and echoes it
  7. without the delimiters. The command ECHO! "Press <F10>", for
  8. instance, echoes the string between the double quotes
  9. without echoing the quotes. Note that there must be exactly
  10. one space between the ECHO! command and the first quotation
  11. mark.
  12.  
  13. David Nye
  14. Eau Claire, Wisconsin
  15.  
  16. Editor's Note: We printed ECHO!.COM as a DEBUG script in the
  17. magazine, but it's available in binary form in the P5UTL
  18. directory of your PowerBase *.* Volume 5 diskette.
  19.  
  20. Unlike the DOS ECHO command, ECHO! doesn't append a carriage
  21. return, a linefeed, or a Control Z character at the end of
  22. its output. This makes it extremely useful in situations
  23. where these characters aren't wanted; for instance, if you
  24. want to create a file to which you can append text without
  25. starting a new line.
  26.  
  27.  
  28. Title: An Excellent ECHO
  29. Category: UTL
  30. Issue Date: May, 1992
  31. Editor: Brett Glass
  32. Supplementary Files: P5UTL\ECHO!.COM
  33. Filename: P5UTL004.TIP
  34.